﻿@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "default", sans-serif;
}

i {
    font-style: normal
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

@media screen and (min-width:320px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 97.5%
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 112.5%
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 100%
    }
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}


/* 2022-08-16 */

.livideo {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.livideo_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.livideo_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.livideo_boxleft {
    width: 66%;
    overflow: hidden;
}

.livideo_boxright {
    width: 32%;
    overflow: hidden;
}

.livideo_brandimg img {
    width: 100%;
}

.livideo_boxright_con {
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 1rem;
}

.livideo_boxright_con h3 {
    background: #d1a671;
    color: white;
    margin: 0 auto 1rem auto;
    text-align: center;
    border-radius: 0.5rem;
    width: 40%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    font-size: 1rem;
}

.livideo_boxright_con li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
}

.livideo_boxright_con li:last-child {
    margin-bottom: 0;
}

.livideo_boxright_con span {
    padding: 0.2rem 0.6rem;
    border-radius: 0.2rem;
    font-size: 0.89rem;
    text-align: center;
    color: #fff;
    background-color: #666666;
    display: block;
    margin-right: 0.8rem;
}

.livideo_boxright_con a {
    font-size: 0.89rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.livideo_boxright_con a:hover {
    color: #d1a671;
}

.livideomain {
    margin-bottom: 3rem;
}

.livideomain:last-child {
    margin-bottom: 0;
}

.livideotitle {
    margin-bottom: 1rem;
}

.livideotitle h3 {
    font-size: 1.25rem;
    padding-left: 0.8rem;
    border-left: 4px solid #b50007;
    color: #333;
    font-weight: bold;
}

.livideocontent {
    display: flex;
    justify-content: space-between;
}
.sbufo{
    display:flex;
    justify-content:space-between;

}
.sbufo_left
{
    width:65%;
    overflow:hidden;
}
.sbufo_right{
    width:32%;
    overflow:hidden;
}
.livideomainleft {
    width: 48%;
    overflow: hidden;
    position: relative;
}

.livideomainleft_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 67%;
    display: block;
}

.livideomainleft_img .livideomainleft_poster {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
}

.livideomainleft_img .iconplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 15%;
    vertical-align: middle;
}

.livideomainleft_txt {
    margin-top: 1rem;
}

.livideomainleft:hover .livideomainleft_txt h4 {
    color: #b50007;
}

.livideomainleft_txt h4 {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.livideomainleft_txt span {
    font-size: 0.8rem;
    display: block;
    color: #999;
    margin: 0.6rem 0;
}

.livideomainleft_txt p {
    font-size: 0.89rem;
    color: #666666;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.livideomaincenter {
    width: 48%;
    overflow: hidden;
}

.livideomaincenter ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.livideomaincenter li {
    width: 48%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.livideomaincenter_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 62%;
    display: block;
}

.livideomaincenter_img .livideomaincenter_poster {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
}

.livideomaincenter_img .iconplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    max-width: 100%;
    vertical-align: middle;
}

.livideomaincenter_txt {
    margin-top: 0.8rem;
}

.livideomaincenter li:hover .livideomaincenter_txt h4 {
    color: #b50007;
}

.livideomaincenter_txt h4 {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.livideomaincenter_txt span {
    font-size: 0.8rem;
    display: block;
    color: #999;
    margin: 0.2rem 0;
}

.livideomaincenter_txt p {
    font-size: 0.89rem;
    color: #666666;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.livideomainright {
    width: 32%;
    overflow: hidden;
}

.livideomainright .li_banner_main {
    width: 100%;
}

.livideomainright .li_banner_box {
    padding: 1rem;
}

.li_banner_button button {
    display: block;
    border: none;
    outline: none;
    width: 80%;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #b50007;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    margin: 0 auto 0 auto;
}

.livideomainright .li_banner_tab li {
    height: 3rem;
    line-height: 3rem;
}

.livideomainright select {
    background: none;
    border: 1px solid #e7e6e5;
    outline: none;
    padding: 0.3rem 0.2rem;
}

.livideomainright .li_banner_both_select {
    flex-wrap: wrap;
}

.livideomainright .dateselect {
    margin-bottom: 0.3rem;
}

.livideomainright .li_banner_sex {
    margin-bottom: 1.5rem;
}

.livideomainright h3 {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 0.8rem;
    border-left: 4px solid #b50007;
    margin-bottom: 0.8rem;
}

.livideomainright #personname .li_banner_box:nth-child(3) .li_banner_button {
    margin-top: 3rem;
}

#brandqiming .livideomainright .li_banner_tab li {
    width: 100%;
    background: url(bannerimages/img3.jpg) no-repeat !important;
    background-size: 100%;
    font-size: 1.125rem;
    color: #b00006;
    font-weight: bold;
    margin-bottom: 1rem;
}

#brandqiming .livideomainright .li_banner_box {
    padding: 0 1rem 1rem 1rem;
}

#dianpuqiming .livideomainright .li_banner_tab li {
    width: 100%;
    background: url(bannerimages/img3.jpg) no-repeat !important;
    background-size: 100%;
    font-size: 1.125rem;
    color: #b00006;
    font-weight: bold;
    margin-bottom: 1rem;
}

#dianpuqiming .livideomainright .li_banner_box {
    padding: 0 1rem 1rem 1rem;
}

.livideomainright .cityinput {
    width: 80%;
    overflow: hidden;
}

.livideomainright #lidate select {
    width: 30%;
}

.livideoshow {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.livideoshow_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.livideoshow_left {
    overflow: hidden;
    width: 66%;
}

.livideoshow_right {
    overflow: hidden;
    width: 32%;
}

.livideoshow_right_one .livideomainright {
    width: 100%;
}

.livideoshow_right_two {
    margin-top: 2rem;
}

.livideoshow_right_two h3 {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 0.8rem;
    border-left: 4px solid #b50007;
    margin-bottom: 0.8rem;
}

.livideoshow_right_two .livideomaincenter {
    width: 100%;
}

.livideoshow_right_two .livideomaincenter li {
    width: 100%;
    margin-bottom: 2rem;
}

.livideoshow_right_two .livideomaincenter .iconplay {
    width: 15%;
}

.livideoshow_right_two .livideomaincenter .livideomaincenter_txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.livideoshow_right_three img {
    width: 100%;
    vertical-align: middle;
}
.livideoshow_right_three h3 {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 0.8rem;
    border-left: 4px solid #b50007;
    margin-bottom: 0.8rem;
}
.livideoshow_left_one h4 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333;
    margin: 2rem;
    text-align: center;
}


.livideotxt {
    width: 98%;
    margin: 2rem auto 3rem auto;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    overflow: hidden;
}

.livideotxt_con {
    padding: 2rem;
}

.livideotxt_con h4 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
    text-align:center;
}

.livideotxt_con p {
    font-size: 0.89rem;
    line-height: 1.5rem;
    color: #666666;
}

.livideoshow_left_two .livideomaincenter {
    width: 100%;
}

.livideoshow_left_two .livideomaincenter ul::after {
    content: "";
    width: 32%;
    overflow: hidden;
}

.livideoshow_left_two .livideomaincenter li {
    width: 32%;
    margin-bottom: 1.5rem;
}

.livideoshow_left_two h3 {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 0.8rem;
    border-left: 4px solid #b50007;
    margin-bottom: 0.8rem;
}

.livideoshow_left_two .livideomaincenter .iconplay {
    width: 15%;
}

.livideoshow_left_three {
    margin-top: 1rem;
}

.livideoshow_left_three h3 {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 0.8rem;
    border-left: 4px solid #b50007;
    margin-bottom: 0.8rem;
}

.livideoshow_left_three li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.livideoshow_img .iconplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    vertical-align: middle;
}

.livideoshow_img {
    width: 32%;
    overflow: hidden;
    position: relative;
    display: block;
    height: 0;
    padding-top: 17%;
}

.livideoshow_img .livideomaincenter_poster {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.livideoshow_txt {
    width: 65%;
    overflow: hidden;
}

.livideoshow_txt h4 {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.livideoshow_txt span {
    font-size: 0.8rem;
    display: block;
    color: #999;
    margin: 0.4rem 0;
}

.livideoshow_left_three li:hover h4 {
    color: #b50007;
}

.livideoshow_txt p {
    font-size: 0.89rem;
    color: #666666;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#videoshowtab .livideomainright .li_banner_tab li {
    width: 100%;
    background: url(bannerimages/img3.jpg) no-repeat !important;
    background-size: 100%;
    font-size: 1.125rem;
    color: #b00006;
    font-weight: bold;
    margin-bottom: 1rem;
}

#videoshowtab .livideomainright .li_banner_box {
    padding: 0 1rem 1rem 1rem;
}

@media screen and (max-width: 900px) {
    .livideo_boxleft {
        display: none;
    }
    .livideo_boxright {
        width: 100%;
    }
    .livideo_box {
        flex-wrap: wrap;
    }
    .livideocontent {
        flex-wrap: wrap;
    }
    .livideomainleft {
        width: 100%;
    }
    .livideomaincenter {
        width: 100%;
        margin: 2rem 0;
    }
    .livideomainright {
        width: 100%;
    }
    .livideo_con {
        width: 96%;
    }
    .livideoshow_con {
        flex-wrap: wrap;
        width: 96%;
    }
    .livideoshow_left {
        width: 100%;
    }
    .livideoshow_right {
        width: 100%;
    }
    .livideotxt_con {
        padding: 1rem;
    }
    .livideoshow_left_two .livideomaincenter li {
        width: 48%;
    }
    .livideoshow_left_three ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .livideoshow_left_three li {
        width: 48%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .livideoshow_img {
        width: 100%;
        padding-top: 56%;
    }
    .livideoshow_txt {
        width: 100%;
    }
    .livideoshow_txt p {
        -webkit-line-clamp: 2;
    }
    .sbufo{
        flex-wrap:wrap;
    }
    .sbufo_left {
        width: 100%;
    }
    .sbufo_right{
        display:none;
    }
}